browserNewUrlWindow
Type
message
Summary
Sent when a url has been opened in a new window.
Syntax
browserNewUrlWindow <pInstanceId>, <pUrl>
XBrowser_NewUrlWindow <pUrl>, <pInstanceId>
Description
The browserNewUrlWindow message is sent to the current card of a stack containing a browser object when the browser object has opened a url in a new window.
note
For general information on using the browser library, see the notes in the revBrowserOpen function reference.
Parameters
Name | Type | Description |
---|---|---|
pInstanceId | The integer identifier of the browser object | |
pUrl | The url that has opened in a new window |
Examples
on browserNewUrlWindow pInstanceId, pUrl
go stack (the owner of me)
end browserNewUrlWindow
Related
command: revBrowserSet
function: revBrowserOpen
glossary: function
message: browserNewInstance, browserBeforeNavigate
Compatibility and Support
Introduced
LiveCode 2.8.1
OS
mac
windows
Platforms
desktop